home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / tvmacro.exe / MACHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1992-01-31  |  189b  |  15 lines

  1. unit machelp;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcDeleting             = 6;
  8.   hcMacros               = 3;
  9.   hcPlayback             = 5;
  10.   hcRecording            = 4;
  11.  
  12. implementation
  13.  
  14. end.
  15.